/*
    - Desktop = 1280 x 720
    - Mobile = 360 x 640


*/




* {   
  margin: 0;
  padding: 0;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  
  
}

.navbar {
  width: 100%;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #14171a;
  font-weight: bolder;
  font-size: 1.2rem;
  padding: 0.7rem;
   
}

.navbar .nav-container a:hover{
   color: purple;
}

.nav-container {

  display: block;
  position: relative;
  height: 60px;

 
}

/* Making the hamburger */
.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  z-index: 11;
}

.nav-container .hamburger-lines {
  display: block;
  height: 28px;
  width: 34px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .bar {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #06020e;
}

/* Adding transitions  */
.nav-container .hamburger-lines .bar1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;

}

.nav-container .hamburger-lines .bar2 {
  transition: transform 0.2s ease-in-out;
 
}

.nav-container .hamburger-lines .bar3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
 
}

.navbar .menu-items {
  position:relative;
  padding-top: 150px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  height: 100vh;
  width: 100%; 
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
 
  padding-left: 10px;
  transition: transform 0.5s ease-in-out;
  text-align: left;
  background-color: rgb(255, 255, 255, 0.9);
  
  
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.logo {
  
  margin: 15px;
  border-width: 0px;
  padding: 0px 0px 0px 0px;


  /*Philip White Creative Audio*/

  text-align: center;
  color:rgb(41, 41, 41);
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  
}

.sub-logo{

  font-size: 0.75em;
}

/* Controlling the state of the icon */
.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .bar1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .bar2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .bar3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}


h1 {
   
  margin: 15px;
  border-width: 0px;
  padding: 0px 0px 0px 0px;


  /*Philip White Creative Audio*/

  text-align: center;
  color:rgb(66, 66, 66);
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  
  
}

.header-banner {
   /* Wire image */
  background-image: url('../images/wiresmid-1024x61.jpg');
  background-size: cover;
  height: 20px;
  width: 100%;
  background-position: left;
  padding: 0px 0px 0px 0px;
  margin-left: 0;
  border: 0px;
}


html {
  
  font-family: "Arial",sans-serif;
  background-color: #ffffff;
}


.content{

  display: grid;
  grid-template-columns: 1fr minmax(300px, 500px) 1fr;
  gap: 20px;
}
/*  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  gap: 20px;
*/

.mid-container{

  grid-column: 2/3;
  align-items: center;
  
}

h2{

  /* Section headers aka, 'Music' and 'Production/Design' */
    margin-top: 20px;
    padding: 0px 0px 0px 0px;
    color:rgb(66, 66, 66);
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    text-align: center;
  
  }



.content-box {
 
  border-width: 2px;
  border-color: rgb(240, 240, 240);

}






.image-box {
  
  margin: 15px 0px 5px 0px;
  border-width: 0px;
  padding: 10px 10px 0px 10px;

  font-size: 10px;
  font-family: "Arial",sans-serif;
  text-align: left;

}

h3 {

 
  padding: 0px 0px 5px 0px;
 
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  text-align: left;


}

.text-box {
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-top: 5px;
 
  line-height: 1.5;
  font-size: 0.8em;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: left;

}

.more-info-link{

  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;

}



.img-fill {
  max-width: 100%;
  position: center;
}


.project-text{

  margin-bottom: 25px;
  text-align: justify;

}

.press-links{

  font-style: italic;
  text-align: left;
 
}

.home-text{
  
  font-size: 16px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  padding: 10%;
  text-align: center;
  
}

.home-container{

  display:grid;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 20px;

  margin-top: 25px;
  margin-left: 15%;
  margin-right: 15%;

  

}



.footer {
  position: relative;
  left: 0;
  bottom: 100;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

.res-header{
 padding: 0px 0px 5px 0px;
  
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    text-align: left;
}

.res-sub-header{
    padding: 0px 0px 5px 0px;
  
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    text-align: left;
}



.project-header{
  margin-top: 15px;
  margin-left: 15px;
  align-items: center;
}

.res-detail{
  margin-left: 20px;
  margin-bottom: 10px;
}